SGStartRecord
TheSGStartRecord
function instructs the sequence grabber component to begin collecting data from its channels.
pascal ComponentResult SGStartRecord (SeqGrabComponent s);
s
- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponent
orOpenComponent
function.DESCRIPTION
The sequence grabber stores the collected data according to the recording parameters you specify with theSGSetDataOutput
function, which is described on page 5-24. Before calling this function, you must correctly configure the sequence grabber's channels--see "Working With Channel Characteristics" beginning on page 5-55 for information about configuring sequence grabber channels.RESULT CODES
File Manager errors
cantDoThatInCurrentMode -9402 Request invalid in current mode notEnoughMemoryToGrab -9403 Insufficient memory for record operation notEnoughDiskSpaceToGrab -9404 Insufficient disk space for record operation deviceCantMeetRequest -9408 Device cannot support grabber
Memory Manager errorsSEE ALSO
You can switch from previewing to recording by calling this function during a preview operation--you need not stop the preview operation first. You stop the recording process by calling theSGStop
function, which is described on page 5-38.You can cause the sequence grabber to display the data it obtains from its channels without storing any of the data by calling the
SGStartPreview
function, which is described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help